home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-jena.de!news
- From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
- Newsgroups: comp.lang.c++
- Subject: Re: g++ warning about initialization of non-co
- Date: 1 Feb 1996 11:52:52 GMT
- Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
- Message-ID: <4eq9ik$fpu@fsuj01.rz.uni-jena.de>
- References: <4eo63u$kr1@llnews.ll.mit.edu>
- Reply-To: mkt@isun04.inf.uni-jena.de
- NNTP-Posting-Host: isun07.inf.uni-jena.de
-
- You are right!
- The compiler only creates references to temporary objects
- if the reference is a const reference!
-
-
-
-